home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / trem.zip / TERMINAL.RC < prev    next >
Text File  |  1991-05-11  |  932b  |  36 lines

  1. /************************************************************************
  2.  *
  3.  *    Copyright (c) 1990 Microsoft Corporation.  All Rights Reserved.
  4.  *
  5.  *-----------------------------------------------------------------------
  6.  *
  7.  *     Project:  Windows Terminal Example
  8.  *
  9.  *      Module:  terminal.rc
  10.  *
  11.  *      Author:  Bryan A. Woodruff (baw)
  12.  *
  13.  *
  14.  *     Remarks:  This is the resource file for the terminal example.
  15.  *
  16.  *   Revisions:  
  17.  *     01.00.000  5/ 9/91 baw   Wrote it
  18.  *
  19.  ************************************************************************/
  20.  
  21. #include <windows.h>
  22.  
  23. #include "res_def.h"
  24.  
  25. #include "menu.rc"
  26. #include "accel.rc"
  27. #include "about.dlg"
  28. #include "settings.dlg"
  29.  
  30. Terminal ICON terminal.ico
  31.  
  32. /************************************************************************
  33.  * End of File: terminal.rc
  34.  ************************************************************************/
  35.  
  36.